home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo .
- echo Turn your printer OFF and then ON. Make sure that it is ready to print
- echo and that you have loaded at least 100 sheets of paper. Then, align the
- echo printhead 1/2" below the top of the first sheet.
- echo .
- pause
- cls
- echo Printing documentation...
- if exist A:README.DOC type A:README.DOC >prn
- type A:BILLPOWR.DOC >prn
-